home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 269.img / AWR{SID}.ZIP / README.DAT < prev    next >
Text File  |  1989-03-29  |  717b  |  17 lines

  1. Makedat takes one argument, the name of a command file which contains the
  2. output file name followed by the list of files to be merged together.
  3.  
  4. The command file should contain as the first line the name of the
  5. output file.  The following lines are a four character file id followed
  6. by the name of the file which corresponds to that id.  As an example
  7. the command file to create a p51S artwork file could be:
  8. --------------------------------------------------------
  9. p51S
  10. FORW forw.ega
  11. BACK back.ega
  12. LEFT left.ega
  13. RGHT rght.ega
  14. --------------------------------------------------------
  15. The resulting file from running makedat would be named p51S.
  16. Note that CASE IS IMPORTANT FOR THE FOUR CHARACTER IDS.
  17.